<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'swiper4.min.css';

body {
  box-sizing: border-box;
}

.header {
  height: 1.68rem;
}

.header-container {
  background-color: #fff;
}

.header-content {
  max-width: 12.8rem;
  height: 1.04rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}


.logo {
  display: inline-block;
  width: 3.44rem;
  height: 0.57rem;
  margin: 0.23rem auto;
  /* vertical-align: middle; */
}

.v-line {
  display: inline-block;
  /* vertical-align: middle; */
  border-left: 0.01rem solid #e6e6e6;
  height: 0.4rem;
  margin: 0.32rem 0.24rem;
}

.header-text {
  display: inline-block;
  height: 1.04rem;
  vertical-align: text-top;
  padding: 0.28rem 0;
}

.header-text&gt;div {
  margin-top: 0.06rem;
  font-family: PingFangSC, PingFang SC;
  font-size: 0.14rem;
  color: #808080;
  line-height: 0.20rem;
}

.header-search {
  height: 0.44rem;
  float: right;
  margin-top: 0.3rem;
}

.header-search&gt;input {
  height: 0.44rem;
  font-size: 0.16rem;
  vertical-align: text-top;
}

.nav {
  height: 0.64rem;
  background-color: #b72424;
}

.nav-content {
  max-width: 12.8rem;
  margin: 0 auto;
  padding-top: 0.22rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16;
}

.nav-sub-content {
  /* display: inline-block; */
  vertical-align: middle;
  position: relative;
  height: 0.36rem;
}

.nav-active-line {
  position: absolute;
  bottom: 0;
  left: 45%;
  margin-left: -0.08rem;
  height: 0.03rem;
  width: 0.16rem;
  background-color: #fff;
}

.nav-triangle {
  width: 0.14rem;
  height: 0.14rem;
}

.nav-content a {
  /* å¯¼èˆªæ&nbsp;aæ&nbsp;‡ç­¾å…¬å…±å±žæ€§ */
  text-decoration: none;
  font-family: PingFangSC, PingFang SC;
  font-size: 0.16rem;
  color: #fff;
}

.nav-homepage&gt;a {
  text-align: left !important;
  min-width: 0.35rem !important;
}

.nav-sub-content&gt;a {
  vertical-align: text-top;
  display: inline-block;
  min-width: 0.8rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.36rem;
}

.nav-popover {
  display: none;
  position: absolute;
  top: 0.3rem;
  background-color: #fff;
  border: solid 0.01rem #aaa;
  font-size: 0.16rem;
  z-index: 99;
}

.nav-popover&gt;a {
  display: block;
  color: #000;
  min-width: 0.8rem;
  text-align: center;
  /* height: 0.32rem; */
  line-height: 0.32rem;
  padding: 0.04rem 0;
}

.pphd-popover&gt;a {
  width: auto;
  white-space: nowrap;
  padding: 0.04rem;
}

.nav-popover&gt;a:hover {
  background-color: #b72424;
  color: #fff;
}

html {
  background: #f5f5f5;
}

.body {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 12.8rem;
  overflow: hidden;
  font-size: 0.16rem;
}

input[type="search"] {
  background-color: #F5F5F5;
  border: none;
  padding-left: 0.16rem;
}
input[type="submit"] {
  border: none;
  background-color: #F5F5F5;
}
.search-icon{
  width: 0.2rem;
  height: 0.2rem;
}
.submit{
  background-color: #F5F5F5;
  height: 0.44rem;
  width: 0.36rem;
  cursor: pointer;
}</pre></body></html>